look up table - vertaling naar grieks
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

look up table - vertaling naar grieks

ARRAY DATA STRUCTURE THAT REPLACES RUNTIME COMPUTATION WITH A SIMPLER ARRAY INDEXING OPERATION
Look-up table; Look up table; Look-up; Lookup; VLOOKUP; Table (computing); Table lookup; XLOOKUP
  • Part of a 20th-century table of [[common logarithm]]s in the reference book [[Abramowitz and Stegun]].
  • right
  • Red (A), Green (B), Blue (C) 16-bit lookup table file sample. (Lines 14 to 65524 not shown)

look up table         
πίνακας παραπομπής
look up         
WIKIMEDIA DISAMBIGUATION PAGE
Look Up (album); Look Up (disambiguation)
βλέπω ψηλά, κυτάζω πάνω, κοιτάζω πάνω
multiplication table         
  • "Table of Pythagoras" on [[Napier's bones]]<ref>[[Wikisource:Page:Popular Science Monthly Volume 26.djvu/467]]</ref>
  • The [[Tsinghua Bamboo Slips]], Chinese [[Warring States]] era decimal multiplication table of 305&nbsp;BC
MATHEMATICAL TABLE
Times table; Times tables; Tables of multiplication; Multiplication tables; Multiplication Table; Table of Pythagoras; Draft:Division Table
προπαιδεία

Definitie

lookup
¦ noun [usu. as modifier] systematic electronic information retrieval.

Wikipedia

Lookup table

In computer science, a lookup table (LUT) is an array that replaces runtime computation with a simpler array indexing operation. The savings in processing time can be significant, because retrieving a value from memory is often faster than carrying out an "expensive" computation or input/output operation. The tables may be precalculated and stored in static program storage, calculated (or "pre-fetched") as part of a program's initialization phase (memoization), or even stored in hardware in application-specific platforms. Lookup tables are also used extensively to validate input values by matching against a list of valid (or invalid) items in an array and, in some programming languages, may include pointer functions (or offsets to labels) to process the matching input. FPGAs also make extensive use of reconfigurable, hardware-implemented, lookup tables to provide programmable hardware functionality.